object frmRestore: TfrmRestore Left = 243 Top = 245 AutoScroll = False Caption = 'Restore' ClientHeight = 325 ClientWidth = 394 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] OldCreateOrder = False Position = poOwnerFormCenter OnCreate = FormCreate DesignSize = ( 394 325) PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 8 Top = 8 Width = 377 Height = 33 AutoSize = False Caption = 'Please select a program entry which you want to restore and clic' + 'k '#39'Restore'#39' button.' WordWrap = True end object ListView1: TListView Left = 8 Top = 40 Width = 377 Height = 245 Anchors = [akLeft, akTop, akRight, akBottom] Columns = < item Caption = 'Program Entry' Width = 200 end item AutoSize = True Caption = 'Backup Date' end> ReadOnly = True RowSelect = True TabOrder = 0 ViewStyle = vsReport OnCompare = ListView1Compare end object BitBtn1: TBitBtn Left = 223 Top = 295 Width = 75 Height = 25 Anchors = [akRight, akBottom] Caption = 'Restore' Default = True TabOrder = 1 OnClick = BitBtn1Click end object BitBtn2: TBitBtn Left = 310 Top = 295 Width = 75 Height = 25 Anchors = [akRight, akBottom] Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 2 end object BitBtn3: TBitBtn Left = 7 Top = 295 Width = 75 Height = 25 Anchors = [akLeft, akBottom] Caption = 'Delete' TabOrder = 3 OnClick = BitBtn3Click end object IORegistry1: TIORegistry RegHeader = 'REGEDIT4' DataNameValueDelim = '=' StringStartEndChar = '"' RootStart = '[' RootEnd = ']' Filename = 'RegistryDump.reg' RootKey = rkHKEY_CURRENT_USER HexIntPrefix = 'dword:' BinaryPrefix = 'hex:' KeyLevelDelim = '\' IncludeSubKeys = True ExportDestination = eiFile ImportSource = eiFile RemovedPrefix = 'Removed : ' AddedPrefix = 'Added : ' Left = 176 Top = 136 end end